home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / BUILDERS / bldopt.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  993 b   |  20 lines

  1. * Header file for Option Group builder
  2.  
  3. #DEFINE PG1LBL1_LOC            "You may specify a caption or graphic, or both (Graphical option). To make the button blank, leave the cell empty."
  4. #DEFINE PG2LBL1_LOC            "How do you want your option group to look?"
  5. #DEFINE PG3LBL1_LOC            "If you want to store the option group's value in a table or view, type the field or select"+CHR(13)+"it from the list."
  6.  
  7. #DEFINE PG3LBL2_LOC            "Do you want sample code added to the Click event of this option group?"
  8.  
  9. #DEFINE PG2LBL3_LOC            "Spacing Between Buttons" + CHR(13) + CHR(10)
  10. #DEFINE PG2LBL3A_LOC        "(in pixels):"
  11. #DEFINE PG2LBL3B_LOC        "(in foxels):"
  12.  
  13. #DEFINE OPENTBLERR_LOC        "Error opening table: "
  14.  
  15. #DEFINE CLICKCOMMENT1_LOC    "** The following sample code will execute when the user chooses an option in this group."
  16. #DEFINE CLICKCMD1_LOC        '= MESSAGEBOX("You chose: " + THIS.Buttons[THIS.Value].Caption + ".")'
  17.  
  18. #DEFINE GETFILEBMP_LOC        "Select Picture:"
  19. #DEFINE SELECTTABLE_LOC        "Select a table:"
  20.